Backstage Blog

RSS logo

You're browsing posts of the category Dependency Injection

Dependency Inversion as a Driver to Scale Mobile Development

February 24th, 2021 by Firat Karatas

As our codebase scales, the need for cleaner architecture becomes more apparent. The dependency inversion principle (DIP) is one tool that helps us build cleaner relationships among our software modules. In this post, DIP is presented using atomic modules and is later applied to frameworks.

Read moreā€¦